home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
funnyquest.swf
/
scripts
/
DefineButton2_289
/
BUTTONCONDACTION on(keyPress 8).as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
88 b
|
7 lines
on(keyPress "8"){
if(gameMode eq "ing")
{
call("/:eventDown");
}
}